3.26.90 \(\int (b e-c e x)^p (b^2+b c x+c^2 x^2)^p \, dx\) [2590]

Optimal. Leaf size=67 \[ x (b e-c e x)^p \left (b^2+b c x+c^2 x^2\right )^p \left (1-\frac {c^3 x^3}{b^3}\right )^{-p} \, _2F_1\left (\frac {1}{3},-p;\frac {4}{3};\frac {c^3 x^3}{b^3}\right ) \]

[Out]

x*(-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p*hypergeom([1/3, -p],[4/3],c^3*x^3/b^3)/((1-c^3*x^3/b^3)^p)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 67, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.103, Rules used = {727, 252, 251} \begin {gather*} x \left (b^2+b c x+c^2 x^2\right )^p \left (1-\frac {c^3 x^3}{b^3}\right )^{-p} (b e-c e x)^p \, _2F_1\left (\frac {1}{3},-p;\frac {4}{3};\frac {c^3 x^3}{b^3}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(b*e - c*e*x)^p*(b^2 + b*c*x + c^2*x^2)^p,x]

[Out]

(x*(b*e - c*e*x)^p*(b^2 + b*c*x + c^2*x^2)^p*Hypergeometric2F1[1/3, -p, 4/3, (c^3*x^3)/b^3])/(1 - (c^3*x^3)/b^
3)^p

Rule 251

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*x*Hypergeometric2F1[-p, 1/n, 1/n + 1, (-b)*(x^n/a)],
x] /; FreeQ[{a, b, n, p}, x] &&  !IGtQ[p, 0] &&  !IntegerQ[1/n] &&  !ILtQ[Simplify[1/n + p], 0] && (IntegerQ[p
] || GtQ[a, 0])

Rule 252

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^FracPart[p]/(1 + b*(x^n/a))^Fra
cPart[p]), Int[(1 + b*(x^n/a))^p, x], x] /; FreeQ[{a, b, n, p}, x] &&  !IGtQ[p, 0] &&  !IntegerQ[1/n] &&  !ILt
Q[Simplify[1/n + p], 0] &&  !(IntegerQ[p] || GtQ[a, 0])

Rule 727

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(d + e*x)^FracPart[p]
*((a + b*x + c*x^2)^FracPart[p]/(a*d + c*e*x^3)^FracPart[p]), Int[(d + e*x)^(m - p)*(a*d + c*e*x^3)^p, x], x]
/; FreeQ[{a, b, c, d, e, m, p}, x] && EqQ[b*d + a*e, 0] && EqQ[c*d + b*e, 0] && IGtQ[m - p + 1, 0] &&  !Intege
rQ[p]

Rubi steps

\begin {align*} \int (b e-c e x)^p \left (b^2+b c x+c^2 x^2\right )^p \, dx &=\left ((b e-c e x)^p \left (b^2+b c x+c^2 x^2\right )^p \left (b^3 e-c^3 e x^3\right )^{-p}\right ) \int \left (b^3 e-c^3 e x^3\right )^p \, dx\\ &=\left ((b e-c e x)^p \left (b^2+b c x+c^2 x^2\right )^p \left (1-\frac {c^3 x^3}{b^3}\right )^{-p}\right ) \int \left (1-\frac {c^3 x^3}{b^3}\right )^p \, dx\\ &=x (b e-c e x)^p \left (b^2+b c x+c^2 x^2\right )^p \left (1-\frac {c^3 x^3}{b^3}\right )^{-p} \, _2F_1\left (\frac {1}{3},-p;\frac {4}{3};\frac {c^3 x^3}{b^3}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 6 vs. order 5 in optimal.
time = 0.24, size = 243, normalized size = 3.63 \begin {gather*} \frac {(e (b-c x))^p (-b+c x) \left (\frac {b c-\sqrt {3} \sqrt {-b^2 c^2}+2 c^2 x}{3 b c-\sqrt {3} \sqrt {-b^2 c^2}}\right )^{-p} \left (\frac {b c+\sqrt {3} \sqrt {-b^2 c^2}+2 c^2 x}{3 b c+\sqrt {3} \sqrt {-b^2 c^2}}\right )^{-p} \left (b^2+b c x+c^2 x^2\right )^p F_1\left (1+p;-p,-p;2+p;\frac {2 c (b-c x)}{3 b c+\sqrt {3} \sqrt {-b^2 c^2}},\frac {2 c (b-c x)}{3 b c-\sqrt {3} \sqrt {-b^2 c^2}}\right )}{c (1+p)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(b*e - c*e*x)^p*(b^2 + b*c*x + c^2*x^2)^p,x]

[Out]

((e*(b - c*x))^p*(-b + c*x)*(b^2 + b*c*x + c^2*x^2)^p*AppellF1[1 + p, -p, -p, 2 + p, (2*c*(b - c*x))/(3*b*c +
Sqrt[3]*Sqrt[-(b^2*c^2)]), (2*c*(b - c*x))/(3*b*c - Sqrt[3]*Sqrt[-(b^2*c^2)])])/(c*(1 + p)*((b*c - Sqrt[3]*Sqr
t[-(b^2*c^2)] + 2*c^2*x)/(3*b*c - Sqrt[3]*Sqrt[-(b^2*c^2)]))^p*((b*c + Sqrt[3]*Sqrt[-(b^2*c^2)] + 2*c^2*x)/(3*
b*c + Sqrt[3]*Sqrt[-(b^2*c^2)]))^p)

________________________________________________________________________________________

Maple [F]
time = 0.63, size = 0, normalized size = 0.00 \[\int \left (-c e x +b e \right )^{p} \left (c^{2} x^{2}+b c x +b^{2}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p,x)

[Out]

int((-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p,x, algorithm="maxima")

[Out]

integrate((c^2*x^2 + b*c*x + b^2)^p*(-c*x*e + b*e)^p, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p,x, algorithm="fricas")

[Out]

integral((c^2*x^2 + b*c*x + b^2)^p*(-(c*x - b)*e)^p, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (- e \left (- b + c x\right )\right )^{p} \left (b^{2} + b c x + c^{2} x^{2}\right )^{p}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-c*e*x+b*e)**p*(c**2*x**2+b*c*x+b**2)**p,x)

[Out]

Integral((-e*(-b + c*x))**p*(b**2 + b*c*x + c**2*x**2)**p, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-c*e*x+b*e)^p*(c^2*x^2+b*c*x+b^2)^p,x, algorithm="giac")

[Out]

integrate((c^2*x^2 + b*c*x + b^2)^p*(-c*x*e + b*e)^p, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int {\left (b\,e-c\,e\,x\right )}^p\,{\left (b^2+b\,c\,x+c^2\,x^2\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*e - c*e*x)^p*(b^2 + c^2*x^2 + b*c*x)^p,x)

[Out]

int((b*e - c*e*x)^p*(b^2 + c^2*x^2 + b*c*x)^p, x)

________________________________________________________________________________________